home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / blackjack_pay3.swf / scripts / DefineButton2_217 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-09-05  |  143 b   |  9 lines

  1. on(release){
  2.    chip100Val++;
  3.    chip100Val++;
  4.    maxBet();
  5.    insurance == false;
  6.    double = false;
  7.    _root.gotoAndStop("start");
  8. }
  9.